home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_160 / BUTTONCONDACTION on(press).as
Text File  |  2001-01-11  |  84b  |  8 lines

  1. on(press){
  2.    tellTarget("../")
  3.    {
  4.       play();
  5.    }
  6.    gotoAndStop(1);
  7. }
  8.